home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000083_onions@kr01.piahost.net_Sat May 17 11:40:50 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  72 lines

  1. Article: 14303 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newsfeed.arcor-online.net!nntp-relay.ihug.net!ihug.co.nz!logbridge.uoregon.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: onions@kr01.piahost.net (onions)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: telnet to system with no password set
  6. Date: 17 May 2003 01:18:04 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 53
  9. Message-ID: <8a794c4f.0305170018.4971067e@posting.google.com>
  10. References: <8a794c4f.0305111725.1f996faa@posting.google.com> <WWLva.7563$4_1.1962722@twister.nyc.rr.com>
  11. NNTP-Posting-Host: 203.226.144.34
  12. Content-Type: text/plain; charset=ISO-8859-1
  13. Content-Transfer-Encoding: 8bit
  14. X-Trace: posting.google.com 1053159485 1770 127.0.0.1 (17 May 2003 08:18:05 GMT)
  15. X-Complaints-To: groups-abuse@google.com
  16. NNTP-Posting-Date: 17 May 2003 08:18:05 GMT
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14303
  18.  
  19. Mr. Jeffrey
  20.  
  21. Thank you for your assistance and sorry for couldn't follow up 
  22. your message. Now finally I've manged to get back to this topic and
  23. tried option by option test. The answer was :
  24.         set login userid aaa
  25.         set login password aaa
  26. I don't know why I haven't test this option at the first place. 
  27. May be I thought that command for all telnet options start with
  28.         set telnet ???
  29. and I was blinded. 
  30.  
  31. I do appreciated for your help. 
  32.  
  33. onions@kr01.piahost.net
  34.  
  35.  
  36.  
  37. "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com> wrote in message news:<WWLva.7563$4_1.1962722@twister.nyc.rr.com>...
  38. > What type of host are you connecting to?
  39. > You may want to debug the Telnet negotiations to see if they are 
  40. > succeeding or not.
  41. >    SET TELNET DEBUG ON
  42. > You can read me about common Telnet negotiation errors at
  43. >    http://www.kermit-project.org/telnet.html
  44. > Jeffrey Altman
  45. > Volunter, Lead Kermit Developer
  46. > onions wrote:
  47. > > Hello kermit users, 
  48. > > 
  49. > > I am trying to connect to the system that requires no password. 
  50. > > The problem is I am unable to log in by telnet function. It stops 
  51. > > at the password step. I think there is an option for that somewhere,
  52. > > but my search has been fruitless so far. 
  53. > > 
  54. > > Any help would be appreciated. Thank you in advance. 
  55. > > 
  56. > > onions@kr01.piahost.net
  57. > > 
  58. > > 
  59. > > Working env is = Redhat 8.0, C-Kermit 8.0.209
  60. > > Connection is  = ppp
  61. > > Commands are: 
  62. > >         C-Kermit> set host 123.123.123.1 
  63. > >                   Trying 123.123.123.1 ... (OK)
  64. > >         C-Kermit> c
  65. > >                   ~~~~~~~~  ------------------>> hold at this step
  66.